Uses of Class
edu.uci.ics.jung.graph.util.Pair
-
Packages that use Pair Package Description edu.uci.ics.jung.algorithms.cluster edu.uci.ics.jung.graph -
-
Uses of Pair in edu.uci.ics.jung.algorithms.cluster
Fields in edu.uci.ics.jung.algorithms.cluster with type parameters of type Pair Modifier and Type Field Description private java.util.Map<E,Pair<V>>EdgeBetweennessClusterer. edges_removed -
Uses of Pair in edu.uci.ics.jung.graph
Fields in edu.uci.ics.jung.graph with type parameters of type Pair Modifier and Type Field Description protected java.util.Map<E,Pair<V>>SparseGraph. directed_edgesprotected java.util.Map<E,Pair<V>>UndirectedSparseGraph. edgesprotected java.util.Map<E,Pair<V>>SparseGraph. undirected_edgesMethods in edu.uci.ics.jung.graph that return Pair Modifier and Type Method Description Pair<V>Graph. getEndpoints(E edge)Returns the endpoints ofedgeas aPair.Pair<V>SparseGraph. getEndpoints(E edge)Pair<V>UndirectedSparseGraph. getEndpoints(E edge)protected Pair<V>AbstractGraph. getValidatedEndpoints(E edge, Pair<? extends V> endpoints)Methods in edu.uci.ics.jung.graph with parameters of type Pair Modifier and Type Method Description booleanAbstractGraph. addEdge(E edge, Pair<? extends V> endpoints)Addsedgeto this graph with the specifiedendpoints, with the default edge type.abstract booleanAbstractGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)Addsedgeto this graph with the specifiedendpointsandEdgeType.booleanSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanUndirectedSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)protected Pair<V>AbstractGraph. getValidatedEndpoints(E edge, Pair<? extends V> endpoints)
-